marked
Type
keyword
Summary
Used in card references and by the sort and print commands.
Syntax
marked
Description
Use the marked keyword to refer to cards whose mark property is true.
You use the mark command to set the marked property of a subset of cards. Once marked, the cards can be treated as a set by the sort or print command. The form sort marked cards sorts only the cards whose mark property is true. The form print marked cards prints only the cards whose mark property is true.
In card references, the marked keyword indicates a card selected from the subset of marked cards. For example, the following statement goes to the first card in the current stack whose mark property is true:
go first marked card
Examples
go to marked card 3
get the short name of next marked card
sort marked cards descending by field "Name"
print marked cards
Related
object: card
property: mark
command: print, unmark, sort, mark
glossary: keyword, property, statement, command, current stack
Compatibility and Support
Introduced
LiveCode 1.0
OS
mac
windows
linux
ios
android
Platforms
desktop
server
mobile